* alloc.c (allocate_window): Zero out non-Lisp part of newly
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 26 Jun 2012 14:41:01 +0000 (18:41 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 26 Jun 2012 14:41:01 +0000 (18:41 +0400)
commit908b93d2a657dca9648320a41720237f1c4a2328
treec1c1d716302a73f5bebed4d67ee846af2c3af8e1
parent003082165e5955d72da29133d2d20eec5296af44
* alloc.c (allocate_window): Zero out non-Lisp part of newly
allocated window.
(allocate_process): Likewise for new process.
(allocate_terminal): Changed to use offsetof.
(allocate_frame): Likewise.
* frame.c (make_frame): Omit redundant initialization.
* window.c (make_parent_window): Use memset.
(make_window): Omit redundant initialization.
* process.c (make_process): Omit redundant initialization.
* terminal.c (create_terminal): Likewise.
src/ChangeLog
src/alloc.c
src/frame.c
src/process.c
src/terminal.c
src/window.c